home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000439_news@columbia.edu _Tue Jan 11 17:24:30 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA03173
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 11 Jan 2000 17:24:29 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA16776
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 11 Jan 2000 17:18:37 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: FTP over C-kermit
  11. Date: 11 Jan 2000 22:18:36 GMT
  12. Organization: Columbia University
  13. Message-ID: <85ga7s$gc4$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <387BA8C9.40F54E02@seanet.com>,
  17. Peter Burkholder  <peter@geophys.washington.edu> wrote:
  18. : Can I use C-kermit to pick up files from an 
  19. : FTP server?  I'd like to use C-kermit to 
  20. : access a set of seismic data loggers.  When 
  21. : I connect to the loggers using telnet protocol,
  22. : I can specify the data I want, and I'm supplied
  23. : with a filename that I can pick up over ftp.
  24. : Clearly, I'd like to automate all this using
  25. : kermit - making the request, getting the filename
  26. : and picking up the file using ftp.  But it's the
  27. : last step that confuses me.
  28. :
  29. And well it might!
  30.  
  31. Although FTP uses a Telnet connection for its
  32. control channel, it uses a separate connection for
  33. data.  So, unfortunately, you can't script a session
  34. with an FTP server in Kermit.
  35.  
  36. Built-in FTP support is an oft-requested feature and,
  37. like many others, it's on our list.
  38.  
  39. - Frank